From 99d4ec267685f9aab0bdd172a6c3c7990db31524 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 21 Jul 2015 02:27:45 +0200 Subject: [PATCH] reftests: Fix underlines in link-coloring reftest Underlines now need to be manually specified in CSS since GTK got text-decoration support. --- testsuite/reftests/link-coloring.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testsuite/reftests/link-coloring.css b/testsuite/reftests/link-coloring.css index 0c4c13df81..a4ce28cd40 100644 --- a/testsuite/reftests/link-coloring.css +++ b/testsuite/reftests/link-coloring.css @@ -8,6 +8,10 @@ color: purple; } +:link,*, :visited * { + text-decoration: underline; +} + /* should never happen */ :link:visited { color: red; -- 2.30.2